• frmStockReport.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmStockReport
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmStockReport));
32             
this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
33             
this.SuspendLayout();
34             
//
35             
// crystalReportViewer1
36             
//
37             
this.crystalReportViewer1.ActiveViewIndex = -1;
38             
this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
39             
this.crystalReportViewer1.Cursor = System.Windows.Forms.Cursors.Default;
40             
this.crystalReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
41             
this.crystalReportViewer1.Location = new System.Drawing.Point(0, 0);
42             
this.crystalReportViewer1.Name = "crystalReportViewer1";
43             
this.crystalReportViewer1.Size = new System.Drawing.Size(854, 530);
44             
this.crystalReportViewer1.TabIndex = 0;
45             
//
46             
// frmStockReport
47             
//
48             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
49             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
50             
this.ClientSize = new System.Drawing.Size(854, 530);
51             
this.Controls.Add(this.crystalReportViewer1);
52             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
53             
this.Name = "frmStockReport";
54             
this.Text = "Stock Report";
55             
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
56             
this.Load += new System.EventHandler(this.frmStockReport_Load);
57             
this.ResumeLayout(false);
58
59         }
60
61         
#endregion
62
63         
public CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1;
64
65     }
66 }


Gõ tìm kiếm nhanh...